home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000365_fdc@watsun.cc.columbia.edu_Tue Sep 4 11:39:28 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  37 lines

  1. Article: 12749 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: if exist
  6. Date: 4 Sep 2001 15:21:10 GMT
  7. Organization: Columbia University
  8. Lines: 20
  9. Message-ID: <9n2rh6$46f$1@newsmaster.cc.columbia.edu>
  10. References: <9mp7sp0vm6@enews4.newsguy.com> <9muuba04gd@enews4.newsguy.com> <9n1i9i$998$1@samba.rahul.net> <9n2gsr$pj9$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 999616870 4303 128.59.39.2 (4 Sep 2001 15:21:10 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 4 Sep 2001 15:21:10 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12749
  16.  
  17. In article <9n2gsr$pj9$1@newsmaster.cc.columbia.edu>,
  18. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  19. : In article <9n1i9i$998$1@samba.rahul.net>,  <dold@email.rahul.net> wrote:
  20. : : Grinder <grinder@no.spam.maam.com> wrote:
  21. : : : Sorry, me again--with the same problem.  I modified my script a
  22. : : : bit to simply some goto statements, but diagnostices yield the
  23. : : : same thing:
  24. : : 
  25. : : : if < \Ffiles(queue\*.zip) 1 goto SENDZERO
  26. : : 
  27. : : If this is a cut and paste, and not just a typo here, isn't the expression
  28. : : wrong?  I would expect the < to be in a different place on the line.
  29. : The notation is correct.  Placing the operator before the arguments
  30. : allows the parser to know in advance how many arguments are required.
  31. If we wrote Boolean expressions in natural infix order, it would make it
  32. impossible for ?-help to work in IF conditions.
  33.  
  34. - Frank
  35.